翻訳と辞書
Words near each other
・ Codie Taylor
・ Codification
・ Codification (law)
・ Codification (linguistics)
・ Codigo Emprende
・ Codigoro
・ Codilla
・ Codimension
・ Codinaeopsin
・ Codine
・ Coding
・ Coding (social sciences)
・ Coding (therapy)
・ Coding Accuracy Support System
・ Coding Analysis Toolkit
Coding by exception
・ Coding conventions
・ Coding gain
・ Coding region
・ Coding strand
・ Coding Technologies
・ Coding theory
・ Coding theory approaches to nucleic acid design
・ Coding tree unit
・ Codington
・ Codington County Heritage Museum
・ Codington County, South Dakota
・ Codiolum
・ Codiponte
・ Codiscos


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Coding by exception : ウィキペディア英語版
Coding by exception

Coding by exception is an accidental complexity in a software system in which the program handles specific errors that arise with unique exceptions. When an issue arises in a software system, an error is raised tracing the issue back to where it was caught and then where that problem came from, if applicable. Exceptions can be used to handle the error while the program is running and avoid crashing the system. Exceptions should be generalized and cover numerous errors that arise. Using these exceptions to handle specific errors that arise to continue the program is called coding by exception. This anti-pattern can quickly degrade software in performance and maintainability. Executing code even after the exception is raised resembles the goto method in many software languages, which is also considered poor practice.
==See also==

*Accidental complexity
*Creeping featurism
*Test-driven development

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Coding by exception」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.